object Form1: TForm1 Left = 274 Top = 195 BorderStyle = bsDialog Caption = 'URL Label demo' ClientHeight = 227 ClientWidth = 272 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 6 Top = 9 Width = 257 Height = 101 Alignment = taCenter AutoSize = False Caption = 'Homepage URL := '#39'http://www.estpak.ee/~ahto/index.htm'#39' and e-mai' + 'l address URL := '#39'mailto:ahto@estpak.ee?subject=TUrlLabel'#39'. Plea' + 'se see UrlLabel.txt for important information for Netscape Navig' + 'ator... See source of project for properties...' WordWrap = True end object Button1: TButton Left = 100 Top = 191 Width = 75 Height = 23 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end end